home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmpwav.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RENDERMATPROPWAVE_H = 1;
- include("real/raytr/r3rmprop.js")
-
-
- var R3CLID_RMPWAVE = 473;
-
-
-
-
- R3RMPWAVEA_Amplitude = 473500;
- function SetR3RMPWAVEA_Amplitude(value) {
- R3Set(this.r3obj, R3RMPWAVEA_Amplitude, value, R3TID_FLOAT, 0);
- }
-
- R3RMPWAVEA_Base = 473501;
- function SetR3RMPWAVEA_Base(value) {
- R3Set(this.r3obj, R3RMPWAVEA_Base, value, R3TID_FLOAT, 0);
- }
-
- R3RMPWAVEA_1D = 473502;
- function SetR3RMPWAVEA_1D(value) {
- R3Set(this.r3obj, R3RMPWAVEA_1D, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Rmpwave () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPWAVE, arguments);
- }
- // Attributes
- this.SetAmplitude=SetR3RMPWAVEA_Amplitude;
- this.SetBase=SetR3RMPWAVEA_Base;
- this.Set1D=SetR3RMPWAVEA_1D;
- }
-
- r3Rmpwave.prototype=new r3Rmatprop;
- // r3rmpwav.h_H